home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CDCover - Easy Layout 2.5 / cdcover-install.exe / cdcover.exe / 0 / RCDATA / TDLGSPRACHE / TDLGSPRACHE.txt < prev   
Text File  |  2002-05-15  |  2KB  |  102 lines

  1. object DlgSprache: TDlgSprache
  2.   Left = 452
  3.   Top = 290
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Click !'
  7.   ClientHeight = 123
  8.   ClientWidth = 210
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 193
  24.     Height = 105
  25.     Caption = 'Sprache / Language'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     object BtnD: TBitBtn
  34.       Left = 16
  35.       Top = 72
  36.       Width = 73
  37.       Height = 20
  38.       Caption = '&deutsch'
  39.       Font.Charset = DEFAULT_CHARSET
  40.       Font.Color = clBlack
  41.       Font.Height = -11
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = []
  44.       ModalResult = 1
  45.       ParentFont = False
  46.       TabOrder = 0
  47.       OnClick = BtnDClick
  48.       NumGlyphs = 2
  49.     end
  50.     object BtnGB: TBitBtn
  51.       Left = 104
  52.       Top = 72
  53.       Width = 73
  54.       Height = 20
  55.       Caption = '&english'
  56.       Font.Charset = DEFAULT_CHARSET
  57.       Font.Color = clBlack
  58.       Font.Height = -11
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = []
  61.       ModalResult = 1
  62.       ParentFont = False
  63.       TabOrder = 1
  64.       OnClick = BtnGBClick
  65.     end
  66.     object Panel1: TPanel
  67.       Left = 16
  68.       Top = 24
  69.       Width = 73
  70.       Height = 41
  71.       BevelInner = bvLowered
  72.       TabOrder = 2
  73.       object ImageD: TImage
  74.         Left = 2
  75.         Top = 2
  76.         Width = 69
  77.         Height = 37
  78.         Align = alClient
  79.         Picture.Data = {<image000.bmp>}
  80.         Stretch = True
  81.       end
  82.     end
  83.     object Panel2: TPanel
  84.       Left = 104
  85.       Top = 24
  86.       Width = 73
  87.       Height = 41
  88.       BevelInner = bvLowered
  89.       TabOrder = 3
  90.       object ImageUK: TImage
  91.         Left = 2
  92.         Top = 2
  93.         Width = 69
  94.         Height = 37
  95.         Align = alClient
  96.         Picture.Data = {<image001.bmp>}
  97.         Stretch = True
  98.       end
  99.     end
  100.   end
  101. end
  102.